home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Headers / eointerface / EOBrowserAssociation.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-09  |  324 b   |  22 lines

  1. // EOBrowserAssociation.h
  2. // Enterprise Objects Framework
  3. //  
  4. // Copyright 1993 NeXT Computer, Inc.
  5. // All Rights Reserved
  6.  
  7. #ifdef SHLIB
  8. #import "shlib.h"
  9. #endif
  10.  
  11. #import "EOAssociation.h"
  12.  
  13.  
  14. @interface EOBrowserAssociation: EOAssociation
  15. {
  16. }
  17.  
  18. // Target/action method for destination to send to
  19. - controlActed:sender;
  20.  
  21. @end
  22.